projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b1a02
)
Set CDPATH to an empty string.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 9 Feb 2004 23:21:00 +0000
(23:21 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 9 Feb 2004 23:21:00 +0000
(23:21 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 264b99f6d3331089f25000e68240ded94414fccb..cf572f25812d73728f9daf9c4f04c904dcbde772 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-53,6
+53,10
@@
SHELL = /bin/sh
+# This may not work with certain non-GNU make's. It only matters when
+# inheriting a CDPATH not starting with the current directory.
+CDPATH=
+
# If Make doesn't predefine MAKE, set it here.
@SET_MAKE@